home *** CD-ROM | disk | FTP | other *** search
- /**********************************************
-
- Reglage - Global #include file
-
- Use in all programs?
-
- **********************************************/
-
- #ifndef __GLOBAL_H
- #define __GLOBAL_H
-
-
- /**********************************************
-
- TypeDefs
-
- **********************************************/
-
- typedef unsigned char UBYTE;
- typedef unsigned int UWORD;
- typedef unsigned long int ULONG;
-
-
- #endif